home *** CD-ROM | disk | FTP | other *** search
/ United Public Domain Gold 2 / United Public Domain Gold 2.iso / utilities / pu291.dms / pu291.adf / Blankers / ft / include.h < prev    next >
C/C++ Source or Header  |  1992-09-12  |  1KB  |  54 lines

  1. /*--------------------------------------------------------------------------*/
  2. /*                                                                            */
  3. /*                    F l y i n g   T o a s t e r s                            */
  4. /*                                                                            */
  5. /*                                                                            */
  6. /*                                                                            */
  7. /*--------------------------------------------------------------------------*/
  8. /*    INCLUDE.h                                                                */
  9. /*--------------------------------------------------------------------------*/
  10.  
  11. #include    <exec/exec.h>
  12. #include    <exec/lists.h>
  13. #include    <dos/dos.h>
  14. #include    <dos/dostags.h>
  15. #include    <intuition/intuition.h>
  16. #include    <intuition/intuitionbase.h>
  17. #include    <intuition/screens.h>
  18. #include    <intuition/gadgetclass.h>
  19. #include    <workbench/workbench.h>
  20. #include    <workbench/startup.h>
  21. #include    <libraries/asl.h>
  22. #include    <libraries/commodities.h>
  23. #include    <libraries/gadtools.h>
  24. #include    <graphics/text.h>
  25. #include    <graphics/gfxmacros.h>
  26. #include    <hardware/custom.h>
  27. #include    <hardware/dmabits.h>
  28.  
  29.  
  30. #include    <proto/exec.h>
  31. #include    <proto/wb.h>
  32. #include    <proto/intuition.h>
  33. #include    <proto/dos.h>
  34. #include    <proto/icon.h>
  35. #include    <proto/asl.h>
  36. #include    <proto/commodities.h>
  37. #include    <proto/gadtools.h>
  38. #include    <proto/diskfont.h>
  39. #include    <proto/graphics.h>
  40.  
  41. #include    <clib/alib_protos.h>
  42.  
  43.  
  44. #include    <string.h>
  45. #include    <stdlib.h>
  46. #include    <stdarg.h>
  47. #include    <ctype.h>
  48. #include    <stdio.h>
  49. /*
  50. #include    <math.h>
  51. */
  52.  
  53. #include    <std.h>
  54.